Index

A C D E F G H I L M N O P S W 
All Classes All Packages

N

NeuralNetwork - Class in edu.uky.ai.ml.nn
A neural network is a computational model, based roughly on biological networks of neurons, which can be trained to perform well on various kinds of classification and non-linear regression tasks.
NeuralNetwork(int, int, int, int, Random) - Constructor for class edu.uky.ai.ml.nn.NeuralNetwork
Constructs a new neural network of a given size.
Neuron - Class in edu.uky.ai.ml.nn
A neuron is the fundamental building block of a neural network and is meant to roughly parallel a biological neuron.
Neuron() - Constructor for class edu.uky.ai.ml.nn.Neuron
 
neurons - Variable in class edu.uky.ai.ml.nn.InputLayer
The input neurons in this layer
neurons - Variable in class edu.uky.ai.ml.nn.Layer
The neurons in this layer
A C D E F G H I L M N O P S W 
All Classes All Packages